OpenRoads Designer CONNECT Edition SDK Help

ClosedLinearComplex Properties

Properties

CurveSetType (Inherited from LinearComplex)
EndPoint Gets the end point of the element. (Inherited from LinearElement)
IsClockWise Gets hand of closed linear complex
IsClosed Gets wehether the element is Closed. (Inherited from LinearElement)
Length Gets 2D length of linear element. (Inherited from LinearElement)
NestedSubLinearElementsCount Gets the count of all sub linear elements of the LinearComplex. Exp: complex C1 = line1 + line2 complex C = C1 + arc ==> return: count = 3. (Inherited from LinearComplex)
ParameterDifference Gets the difference between start and end parameter. (Inherited from LinearElement)
Range Gets the range of the element. (Inherited from LinearElement)
StartPoint Gets the start point of the element. (Inherited from LinearElement)
SubLinearElementsCount Get (Inherited from LinearComplex)
TagInComplex Gets the unique tag in complex associated to the element. (Inherited from LinearElement)
TraceID (Inherited from LinearElement)
UserData Gets/Sets the UserData of linear element (Inherited from LinearElement)

See Also